home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
360 Degrees of: Yellowstone National Park
/
360 Degrees of: Yellowstone National Park.iso
/
pc
/
data
/
exhibit.cst
/
00012_highlight interface button.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2008-04-21
|
124 b
|
10 lines
property spriteNum, me
on mouseEnter
sprite(spriteNum).blend = 100
end
on mouseLeave
sprite(spriteNum).blend = 70
end